3.130 \(\int \frac{\left (b x+c x^2\right )^p}{x^3} \, dx\)

Optimal. Leaf size=52 \[ -\frac{\left (\frac{c x}{b}+1\right )^{-p} \left (b x+c x^2\right )^p \, _2F_1\left (p-2,-p;p-1;-\frac{c x}{b}\right )}{(2-p) x^2} \]

[Out]

-(((b*x + c*x^2)^p*Hypergeometric2F1[-2 + p, -p, -1 + p, -((c*x)/b)])/((2 - p)*x
^2*(1 + (c*x)/b)^p))

_______________________________________________________________________________________

Rubi [A]  time = 0.0667971, antiderivative size = 52, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2 \[ -\frac{\left (\frac{c x}{b}+1\right )^{-p} \left (b x+c x^2\right )^p \, _2F_1\left (p-2,-p;p-1;-\frac{c x}{b}\right )}{(2-p) x^2} \]

Antiderivative was successfully verified.

[In]  Int[(b*x + c*x^2)^p/x^3,x]

[Out]

-(((b*x + c*x^2)^p*Hypergeometric2F1[-2 + p, -p, -1 + p, -((c*x)/b)])/((2 - p)*x
^2*(1 + (c*x)/b)^p))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 11.425, size = 49, normalized size = 0.94 \[ - \frac{x^{- p + 3} x^{p - 2} \left (1 + \frac{c x}{b}\right )^{- p} \left (b x + c x^{2}\right )^{p}{{}_{2}F_{1}\left (\begin{matrix} - p, p - 2 \\ p - 1 \end{matrix}\middle |{- \frac{c x}{b}} \right )}}{x^{3} \left (- p + 2\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2+b*x)**p/x**3,x)

[Out]

-x**(-p + 3)*x**(p - 2)*(1 + c*x/b)**(-p)*(b*x + c*x**2)**p*hyper((-p, p - 2), (
p - 1,), -c*x/b)/(x**3*(-p + 2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0480534, size = 47, normalized size = 0.9 \[ \frac{(x (b+c x))^p \left (\frac{c x}{b}+1\right )^{-p} \, _2F_1\left (p-2,-p;p-1;-\frac{c x}{b}\right )}{(p-2) x^2} \]

Antiderivative was successfully verified.

[In]  Integrate[(b*x + c*x^2)^p/x^3,x]

[Out]

((x*(b + c*x))^p*Hypergeometric2F1[-2 + p, -p, -1 + p, -((c*x)/b)])/((-2 + p)*x^
2*(1 + (c*x)/b)^p)

_______________________________________________________________________________________

Maple [F]  time = 0.073, size = 0, normalized size = 0. \[ \int{\frac{ \left ( c{x}^{2}+bx \right ) ^{p}}{{x}^{3}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2+b*x)^p/x^3,x)

[Out]

int((c*x^2+b*x)^p/x^3,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x\right )}^{p}}{x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x)^p/x^3,x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x)^p/x^3, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{{\left (c x^{2} + b x\right )}^{p}}{x^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x)^p/x^3,x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x)^p/x^3, x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (x \left (b + c x\right )\right )^{p}}{x^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2+b*x)**p/x**3,x)

[Out]

Integral((x*(b + c*x))**p/x**3, x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x\right )}^{p}}{x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x)^p/x^3,x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x)^p/x^3, x)